class NL
NL
#complexity_theory
#complexity_theory
Definition
(for given language)
Definition
A language is in if there exists a deterministic TM (the verifier) with additional special read-once input tape, and polynomial such that for every ,
where denotes output of where is placed on input tape, and is placed on special read-once tape, and uses at most space on its read-write tapes for every input .
(read once head, certificate tape)
Notes
- say language is -complete if it is in and for every , (logspace reduction)
See also
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, pp. 81, 90.